home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / bbs / fraction / examples.bat < prev    next >
DOS Batch File  |  1992-01-02  |  298b  |  9 lines

  1. @echo off
  2. echo This batch will call FFR to demonstrate how it works.
  3. echo The file 'EXAMPLES.TXT' will be fractionized and the resulting files will
  4. echo be written to the current directory.
  5. echo.
  6. echo CTRL-C to abort, any key to continue....
  7. pause >nul
  8. ffr examples.txt -x * -iap -m dg1bbq
  9.